Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Side by Side Diff: visual_studio/NativeClientVSAddIn/InstallerResources/PPAPI_Patch/Microsoft.Cpp.[platform].default.props.patch

Issue 10830151: VS Add-in more properties and improvements (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 1 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2 <PropertyGroup> 2 <PropertyGroup>
3 <PatchRemove> 3 <PatchRemove>
4 <PlatformToolset Condition="'$(PlatformToolset)' == ''">$(DefaultWin32Plat formToolset)</PlatformToolset> 4 <PlatformToolset Condition="'$(PlatformToolset)' == ''">$(DefaultWin32Plat formToolset)</PlatformToolset>
5 </PatchRemove> 5 </PatchRemove>
6 <PatchAdd> 6 <PatchAdd>
7 <ConfigurationType>DynamicLibrary</ConfigurationType> 7 <ConfigurationType>DynamicLibrary</ConfigurationType>
8 <PlatformToolset Condition="'$(PlatformToolset)' == ''">$(DefaultPPAPIPlat formToolset)</PlatformToolset> 8 <PlatformToolset Condition="'$(PlatformToolset)' == ''">$(DefaultPPAPIPlat formToolset)</PlatformToolset>
9 </PatchAdd> 9 </PatchAdd>
10 <PatchRemove> 10 <PatchRemove>
11 <IntDir Condition="'$(IntDir)'=='' AND '$(IntermediateOutputPath)'==''">$( Configuration)\</IntDir> 11 <IntDir Condition="'$(IntDir)'=='' AND '$(IntermediateOutputPath)'==''">$( Configuration)\</IntDir>
12 </PatchRemove> 12 </PatchRemove>
13 <PatchAdd> 13 <PatchAdd>
14 <IntDir Condition="'$(IntDir)'=='' AND '$(IntermediateOutputPath)'==''">$( ProjectDir)Intermediate\win\</IntDir> 14 <IntDir Condition="'$(IntDir)'=='' AND '$(IntermediateOutputPath)'==''">$( ProjectDir)win\$(Configuration)\</IntDir>
15 </PatchAdd> 15 </PatchAdd>
16 <PatchRemove> 16 <PatchRemove>
17 <OutDir Condition="'$(OutDir)'=='' AND '$(SolutionDir)' != ''">$(SolutionD ir)$(Configuration)\</OutDir> 17 <OutDir Condition="'$(OutDir)'=='' AND '$(SolutionDir)' != ''">$(SolutionD ir)$(Configuration)\</OutDir>
18 </PatchRemove> 18 </PatchRemove>
19 <PatchAdd> 19 <PatchAdd>
20 <OutDir Condition="'$(OutDir)'=='' AND '$(SolutionDir)' != ''">$(ProjectDi r)win\</OutDir> 20 <OutDir Condition="'$(OutDir)'=='' AND '$(SolutionDir)' != ''">$(ProjectDi r)win\</OutDir>
21 </PatchAdd> 21 </PatchAdd>
22 <PatchAdd> 22 <PatchAdd>
23 <VSNaClSDKRoot Condition="'$(VSNaClSDKRoot)'==''">$(NACL_SDK_ROOT)\</VSNaC lSDKRoot> 23 <VSNaClSDKRoot Condition="'$(VSNaClSDKRoot)'==''">$(NACL_SDK_ROOT)\</VSNaC lSDKRoot>
24 <NaClWebServerPort Condition="'$(NaClWebServerPort)'==''">5103</NaClWebSer verPort>
24 <CharacterSet Condition="'$(CharacterSet)'==''">Unicode</CharacterSet> 25 <CharacterSet Condition="'$(CharacterSet)'==''">Unicode</CharacterSet>
25 <UseDebugLibraries Condition="'$(Configuration)' == 'Debug'">true</UseDebu gLibraries> 26 <UseDebugLibraries Condition="'$(Configuration)' == 'Debug'">true</UseDebu gLibraries>
26 </PatchAdd> 27 </PatchAdd>
27 </PropertyGroup> 28 </PropertyGroup>
28 </Project> 29 </Project>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698